1. Introduction
  2. Installing
  3. CSS Files and Structure
  4. Customization
  5. JavaScript
  6. PSD Files
  7. Credits

Inspire

Interior and Architecture HTML Template


Thank you for choosing our template. If you have any questions that are beyond the scope of this file, please feel free to contact us.

Please note: for questions on basic HTML, JavaScript or CSS editing - please give your question to Google or visit W3Schools. You will need some HTML/CSS knowledge to edit this template.

Installing Template

CSS Files and Structure

Inspire has a fixed layout with up to 12 columns. All the information within the main content area is nested within a div. The general template structure is the same throughout the template as it uses the Bootstrap framework.

The multi column layout consists of the .col-md-(from 1 to 12) classes. See Bootstrap documentation here: https://getbootstrap.com/

We're using the following CSS files in this template. Those files also contain some general styling, such as anchor tag colors, font-sizes, etc. Keep in mind that these values might be overridden somewhere else in the files below:

  1. style.css - main css file (included reset styles);
  2. bootstrap.css - Bootstrap css file;
  3. font-awesome.css - FontAwesome icons stylesheet;
  4. owl.css - OWL carousel stylesheet;
  5. jquery.fancybox.css - FancyBox plugin styles;

At first glance, the CSS may look confusing, let me explain each below:

Main CSS Files

style.css file contains specific stylings for the page. The file is separated into sections using:

01- Google Fonts
02- General Variables
03- General Styling
    03.1- Paddings
    03.2- Margins
    03.3- Default Colors
    03.4- Container
    03.5- Column Gap
    03.6- Fonts Typography
    03.7- Parallax Background
    03.8- Background Layer
    03.9- Opacity
    03.10- Iframe
    03.11- Image
    03.12- Width
    03.13- Cross Browser Compatibility
    03.14- Border Radius
    03.15- Play Button
    03.16- Animations
    03.17- Social Media
04- Header Styles
    04.1- Dropdown
    04.2- Side Menu
    04.3- Header Search
    04.4- Header Style 1
    04.5- Header Style 2
    04.6- Header Style 3
05- Sticky Header
    05.1- Sticky Header 1
    05.2- Sticky Header 2
    05.3- Sticky Header 3

Javascript Files and Structure

These are the list of Javascript files that are loaded into templates in end of the Body Section.

        
        
        
        
        
        
        
        
        
        
	

Google Fonts

The template usually loads fonts from Google Web Fonts Direcotry, you can change the font with the one that suits you best.

	@import url('https://fonts.googleapis.com/css?family=ABeeZee:400,400i|Roboto:300,400,500,700|Leckerli+One|Merienda+One&display=swap');
	

Template customization

You can customize this template according to your needs. Here are some basic changes you might need.

Logo Change Just replace the image with your own one:
  
Apply the above steps to every HTML page you need.
Menu Items Bellow code shows the way to edit your menu items:
                   
		
Apply the above steps to every HTML page you need.

Image Slider:

Our template uses a very powerful Revolution Slider plugin. The slider's documentation may be found here.


Typography:

  1. Select a suitable font for your main menu or content. (for example we can choose any font from google fonts: http://www.google.com/webfonts#ChoosePlace:select)
  2. Let's choose Happy Monkey font as example.
  3. All you need is to import the font at the beginning of the style.css file:
    @import url(http://fonts.googleapis.com/css?family=Happy+Monkey);

    and edit the according class or ID.
    In case of changing the menu text font, we need to find and replace font-family here:
    .main-menu .navigation > li{
    	position:relative;
    	display: inline-block;
        font-size: 18px;
        line-height: 36px;
        color: #4b4342;
        font-weight: 500;
        margin-right: 6px;
    	font-family: 'Happy Monkey', cursive;
    	-webkit-transition:all 300ms ease;
    	-moz-transition:all 300ms ease;
    	-ms-transition:all 300ms ease;
    	-o-transition:all 300ms ease;
    	transition:all 300ms ease;
    }
    
    Replace font family 'Happy Monkey' with your own one in the code above.
    The same steps we should take to change all other fonts;

Email setup for contact form:

  1. Our PressView template includes working contact form. To change the email address so that all the messages would come to your email you'll need to edit just one file called "contacts-process.php" at line #9 which is located in the "php" folder:
            $ourMail = "your_email@mail.com"; 
            
    so, instead of "your_email@mail.com" just input your email address and upload the file to your host. That's all! The contact form, widget and signup page will send all inquiries to your email address.

Google Map setup:

Google Map setup is a very easy process.

All you have to do is to add the map iframe url where you wish.

    
    

That's all, your google map is setup and ready to use!

JavaScript

This template imports the following Javascript files. You can get more script info when clicking the appropriate link:

  1. script.js - main js file.
  2. jquery.fancybox.pack.js. Refer to the author's documentation for additional notes on how to use it.
  3. jquery.isotope.min.js Refer to the author's documentation for additional notes on how to use it.
  4. owl.carousel.js Refer to the author's documentation for additional notes on how to use it.
  5. jquery.ui libraries Refer to the author's documentation for additional notes on how to use it.
  6. jquery.min.js Refer to the author's documentation for additional notes on how to use it.

PSD Files

We've included some PSD files to make the re-design process a bit easier.

Please check the PSD folder for all included PSD files.

Credits

We've used the following images, icons and other resources as listed.